home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-12 | 931 b | 58 lines | [TEXT/MPS ] |
- #include "types.r"
-
- resource 'DITL' (128) {
- { /* array DITLarray: 4 elements */
- /* [1] */
- {140, 137, 160, 195},
- Button {
- enabled,
- "Done"
- },
- /* [2] */
- {141, 61, 161, 119},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {80, 6, 101, 227},
- Button {
- enabled,
- "Bring someone up over me"
- },
- /* [4] */
- {29, 26, 47, 232},
- CheckBox {
- enabled,
- "Have Done button hiLit"
- }
- }
- };
-
- resource 'DITL' (129) {
- { /* array DITLarray: 2 elements */
- /* [1] */
- {110, 90, 131, 185},
- Button {
- enabled,
- "Go Hence"
- },
- /* [2] */
- {27, 57, 92, 225},
- StaticText {
- disabled,
- "A box to mess up the other box"
- }
- }
- };
-
- data 'DLOG' (128) {
- $"001E 000E 00E6 00FE 0001 0100 0100 0000" /* ................ */
- $"0000 0080 00" /* ...Ä. */
- };
-
- data 'ALRT' (129) {
- $"001E 0007 00BD 0124 0081 5555" /* .....Ω.$.ÅUU */
- };
-
-